home *** CD-ROM | disk | FTP | other *** search
- Path: savvy1.savvy.com!phil
- From: phil@savvy1.savvy.com (Phil Schwartz)
- Newsgroups: comp.lang.c
- Subject: Re: function similar to strtok() needed
- Date: 23 Feb 1996 17:13:22 GMT
- Organization: Savvy Communications
- Message-ID: <4gksji$mqf@savvy2.savvy.com>
- References: <4gipop$igp@savvy2.savvy.com>
- NNTP-Posting-Host: savvy1.savvy.com
- X-Newsreader: TIN [version 1.2 PL2]
-
- Figured it out on my own... Thanks to anybody who read the original post
- and was about to reply!
-
- In case anybody else was interested, I modified the original strtok()
- function by adding a parameter (pointer to char) which contained the
- delimiter that separated 2 tokens upon return.
-
- Phil
-